credit2: Calculate instantaneous runqueue load
authorKeir Fraser <keir@xen.org>
Fri, 24 Dec 2010 08:28:35 +0000 (08:28 +0000)
committerKeir Fraser <keir@xen.org>
Fri, 24 Dec 2010 08:28:35 +0000 (08:28 +0000)
commit90ef5664dbe340ef65bb7d66fb167126b6317cf1
treefa3d7e404aa33687a87b0e1861eeed2619f6bbe6
parente8599ead72746ab32bf7ed6f38f3231c650b700a
credit2: Calculate instantaneous runqueue load

Add hooks in the various places to detect vcpus becoming active or
inactive.  At the moment, record only instantaneous runqueue load;
but this lays the groundwork for having a load average.

Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com>
xen/common/sched_credit2.c